kotlin-stdlib
Native
kotlin-stdlib
/
kotlin
/
[Native]byteArrayOf
byte
Array
Of
Native
inline
fun
byteArrayOf
(
vararg
elements
:
Byte
)
:
ByteArray
Content copied to clipboard
Returns an array containing the specified
Byte
numbers.